home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / config.h.in < prev    next >
Text File  |  1997-01-26  |  13KB  |  473 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define if the closedir function returns void instead of int.  */
  14. #undef CLOSEDIR_VOID
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  20.    This function is required for alloca.c support on those systems.  */
  21. #undef CRAY_STACKSEG_END
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #undef GETGROUPS_T
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. #undef gid_t
  29.  
  30. /* Define if you have alloca, as a function or macro.  */
  31. #undef HAVE_ALLOCA
  32.  
  33. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  34. #undef HAVE_ALLOCA_H
  35.  
  36. /* Define if you don't have vprintf but do have _doprnt.  */
  37. #undef HAVE_DOPRNT
  38.  
  39. /* Define if your system has a working fnmatch function.  */
  40. #undef HAVE_FNMATCH
  41.  
  42. /* Define if you have the getmntent function.  */
  43. #undef HAVE_GETMNTENT
  44.  
  45. /* Define if you have a working `mmap' system call.  */
  46. #undef HAVE_MMAP
  47.  
  48. /* Define if your struct stat has st_blocks.  */
  49. #undef HAVE_ST_BLOCKS
  50.  
  51. /* Define if you have the strftime function.  */
  52. #undef HAVE_STRFTIME
  53.  
  54. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  55. #undef HAVE_UTIME_NULL
  56.  
  57. /* Define if you have the vprintf function.  */
  58. #undef HAVE_VPRINTF
  59.  
  60. /* Define as __inline if that's what the C compiler calls it.  */
  61. #undef inline
  62.  
  63. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  64. #undef MAJOR_IN_MKDEV
  65.  
  66. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  67. #undef MAJOR_IN_SYSMACROS
  68.  
  69. /* Define if on MINIX.  */
  70. #undef _MINIX
  71.  
  72. /* Define to `int' if <sys/types.h> doesn't define.  */
  73. #undef mode_t
  74.  
  75. /* Define to `long' if <sys/types.h> doesn't define.  */
  76. #undef off_t
  77.  
  78. /* Define if the system does not provide POSIX.1 features except
  79.    with this defined.  */
  80. #undef _POSIX_1_SOURCE
  81.  
  82. /* Define if you need to in order for stat and other things to work.  */
  83. #undef _POSIX_SOURCE
  84.  
  85. /* Define as the return type of signal handlers (int or void).  */
  86. #undef RETSIGTYPE
  87.  
  88. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  89. #undef size_t
  90.  
  91. /* If using the C implementation of alloca, define if you know the
  92.    direction of stack growth for your system; otherwise it will be
  93.    automatically deduced at run-time.
  94.  STACK_DIRECTION > 0 => grows toward higher addresses
  95.  STACK_DIRECTION < 0 => grows toward lower addresses
  96.  STACK_DIRECTION = 0 => direction of growth unknown
  97.  */
  98. #undef STACK_DIRECTION
  99.  
  100. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  101. #undef STAT_MACROS_BROKEN
  102.  
  103. /* Define if you have the ANSI C header files.  */
  104. #undef STDC_HEADERS
  105.  
  106. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  107. #undef TIME_WITH_SYS_TIME
  108.  
  109. /* Define if your <sys/time.h> declares struct tm.  */
  110. #undef TM_IN_SYS_TIME
  111.  
  112. /* Define to `int' if <sys/types.h> doesn't define.  */
  113. #undef uid_t
  114.  
  115. /* Define if you have the Andrew File System.  */
  116. #undef AFS
  117.  
  118. /* Define if there is a member named d_ino in the struct describing
  119.    directory headers.  */
  120. #undef D_INO_IN_DIRENT
  121.  
  122. /* Define to 1 if NLS is requested.  */
  123. #undef ENABLE_NLS
  124.  
  125. /* Define to rpl_fnmatch if the replacement function should be used.  */
  126. #undef fnmatch
  127.  
  128. /* Define as rpl_getgroups if getgroups doesn't work right.  */
  129. #undef getgroups
  130.  
  131. /* Define to gnu_strftime if the replacement function should be used.  */
  132. #undef strftime
  133.  
  134. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  135. #undef GWINSZ_IN_SYS_IOCTL
  136.  
  137. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  138. #undef HAVE_CATGETS
  139.  
  140. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  141. #undef HAVE_GETTEXT
  142.  
  143. /* Define if your locale.h file contains LC_MESSAGES.  */
  144. #undef HAVE_LC_MESSAGES
  145.  
  146. /* Define to 1 if you have the obstack functions from GNU libc.  */
  147. #undef HAVE_OBSTACK
  148.  
  149. /* Define to 1 if you have the stpcpy function.  */
  150. #undef HAVE_STPCPY
  151.  
  152. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  153. #undef ino_t
  154.  
  155. /* Define if `struct utimbuf' is declared -- usually in <utime.h>.  */
  156. #undef HAVE_STRUCT_UTIMBUF
  157.  
  158. /* Define to gnu_mktime if the replacement function should be used.  */
  159. #undef mktime
  160.  
  161. /* Define if there is no specific function for reading the list of
  162.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  163. #undef MOUNTED_FREAD
  164.  
  165. /* Define if (like SVR2) there is no specific function for reading the
  166.    list of mounted filesystems, and your system has these header files:
  167.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  168. #undef MOUNTED_FREAD_FSTYP
  169.  
  170. /* Define if there is a function named getfsstat for reading the list
  171.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  172. #undef MOUNTED_GETFSSTAT
  173.  
  174. /* Define if there is a function named getmnt for reading the list of
  175.    mounted filesystems.  [Ultrix]  */
  176. #undef MOUNTED_GETMNT
  177.  
  178. /* Define if there is a function named getmntent for reading the list
  179.    of mounted filesystems, and that function takes a single argument.
  180.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  181. #undef MOUNTED_GETMNTENT1
  182.  
  183. /* Define if there is a function named getmntent for reading the list of
  184.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  185. #undef MOUNTED_GETMNTENT2
  186.  
  187. /* Define if there is a function named getmntinfo for reading the list
  188.    of mounted filesystems.  [4.4BSD]  */
  189. #undef MOUNTED_GETMNTINFO
  190.  
  191. /* Define if there is a function named listmntent that can be used to
  192.    list all mounted filesystems. [UNICOS] */
  193. #undef MOUNTED_LISTMNTENT
  194.  
  195. /* Define if there is a function named mntctl that can be used to read
  196.    the list of mounted filesystems, and there is a system header file
  197.    that declares `struct vmount.'  [AIX]  */
  198. #undef MOUNTED_VMOUNT
  199.  
  200. /* Define to the name of the distribution.  */
  201. #undef PACKAGE
  202.  
  203. /* The concatenation of the strings "GNU ", and PACKAGE.  */
  204. #undef GNU_PACKAGE
  205.  
  206. /* Define to 1 if ANSI function prototypes are usable.  */
  207. #undef PROTOTYPES
  208.  
  209. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  210. #undef STAT_STATFS3_OSF1
  211.  
  212. /* Define if there is no specific function for reading filesystems usage
  213.    information and you have the <sys/filsys.h> header file.  [SVR2]  */
  214. #undef STAT_READ_FILSYS
  215.  
  216. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  217.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  218. #undef STAT_STATFS2_BSIZE
  219.  
  220. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  221.    [4.4BSD, NetBSD]  */
  222. #undef STAT_STATFS2_FSIZE
  223.  
  224. /* Define if statfs takes 2 args and the second argument has
  225.    type struct fs_data.  [Ultrix]  */
  226. #undef STAT_STATFS2_FS_DATA
  227.  
  228. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  229. #undef STAT_STATFS4
  230.  
  231. /* Define if there is a function named statvfs.  [SVR4]  */
  232. #undef STAT_STATVFS
  233.  
  234. /* Define if the block counts reported by statfs may be truncated to 2GB
  235.    and the correct values may be stored in the f_spare array.
  236.    [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
  237.    SunOS 4.1.1 seems not to be affected.]  */
  238. #undef STATFS_TRUNCATES_BLOCK_COUNTS
  239.  
  240. /* Define to the version of the distribution.  */
  241. #undef VERSION
  242.  
  243. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  244. #undef WITH_REGEX
  245.  
  246. /* Define if you have the __argz_count function.  */
  247. #undef HAVE___ARGZ_COUNT
  248.  
  249. /* Define if you have the __argz_next function.  */
  250. #undef HAVE___ARGZ_NEXT
  251.  
  252. /* Define if you have the __argz_stringify function.  */
  253. #undef HAVE___ARGZ_STRINGIFY
  254.  
  255. /* Define if you have the basename function.  */
  256. #undef HAVE_BASENAME
  257.  
  258. /* Define if you have the bcopy function.  */
  259. #undef HAVE_BCOPY
  260.  
  261. /* Define if you have the dcgettext function.  */
  262. #undef HAVE_DCGETTEXT
  263.  
  264. /* Define if you have the endgrent function.  */
  265. #undef HAVE_ENDGRENT
  266.  
  267. /* Define if you have the endpwent function.  */
  268. #undef HAVE_ENDPWENT
  269.  
  270. /* Define if you have the euidaccess function.  */
  271. #undef HAVE_EUIDACCESS
  272.  
  273. /* Define if you have the fchdir function.  */
  274. #undef HAVE_FCHDIR
  275.  
  276. /* Define if you have the ftime function.  */
  277. #undef HAVE_FTIME
  278.  
  279. /* Define if you have the ftruncate function.  */
  280. #undef HAVE_FTRUNCATE
  281.  
  282. /* Define if you have the getcwd function.  */
  283. #undef HAVE_GETCWD
  284.  
  285. /* Define if you have the getdelim function.  */
  286. #undef HAVE_GETDELIM
  287.  
  288. /* Define if you have the getgroups function.  */
  289. #undef HAVE_GETGROUPS
  290.  
  291. /* Define if you have the getmntinfo function.  */
  292. #undef HAVE_GETMNTINFO
  293.  
  294. /* Define if you have the getpagesize function.  */
  295. #undef HAVE_GETPAGESIZE
  296.  
  297. /* Define if you have the gettimeofday function.  */
  298. #undef HAVE_GETTIMEOFDAY
  299.  
  300. /* Define if you have the isascii function.  */
  301. #undef HAVE_ISASCII
  302.  
  303. /* Define if you have the lchown function.  */
  304. #undef HAVE_LCHOWN
  305.  
  306. /* Define if you have the listmntent function.  */
  307. #undef HAVE_LISTMNTENT
  308.  
  309. /* Define if you have the memcmp function.  */
  310. #undef HAVE_MEMCMP
  311.  
  312. /* Define if you have the memcpy function.  */
  313. #undef HAVE_MEMCPY
  314.  
  315. /* Define if you have the memset function.  */
  316. #undef HAVE_MEMSET
  317.  
  318. /* Define if you have the mkdir function.  */
  319. #undef HAVE_MKDIR
  320.  
  321. /* Define if you have the mkfifo function.  */
  322. #undef HAVE_MKFIFO
  323.  
  324. /* Define if you have the munmap function.  */
  325. #undef HAVE_MUNMAP
  326.  
  327. /* Define if you have the putenv function.  */
  328. #undef HAVE_PUTENV
  329.  
  330. /* Define if you have the rename function.  */
  331. #undef HAVE_RENAME
  332.  
  333. /* Define if you have the rmdir function.  */
  334. #undef HAVE_RMDIR
  335.  
  336. /* Define if you have the rpmatch function.  */
  337. #undef HAVE_RPMATCH
  338.  
  339. /* Define if you have the setenv function.  */
  340. #undef HAVE_SETENV
  341.  
  342. /* Define if you have the setlocale function.  */
  343. #undef HAVE_SETLOCALE
  344.  
  345. /* Define if you have the stpcpy function.  */
  346. #undef HAVE_STPCPY
  347.  
  348. /* Define if you have the strcasecmp function.  */
  349. #undef HAVE_STRCASECMP
  350.  
  351. /* Define if you have the strchr function.  */
  352. #undef HAVE_STRCHR
  353.  
  354. /* Define if you have the strdup function.  */
  355. #undef HAVE_STRDUP
  356.  
  357. /* Define if you have the strerror function.  */
  358. #undef HAVE_STRERROR
  359.  
  360. /* Define if you have the strndup function.  */
  361. #undef HAVE_STRNDUP
  362.  
  363. /* Define if you have the strrchr function.  */
  364. #undef HAVE_STRRCHR
  365.  
  366. /* Define if you have the strstr function.  */
  367. #undef HAVE_STRSTR
  368.  
  369. /* Define if you have the strtol function.  */
  370. #undef HAVE_STRTOL
  371.  
  372. /* Define if you have the strtoul function.  */
  373. #undef HAVE_STRTOUL
  374.  
  375. /* Define if you have the <argz.h> header file.  */
  376. #undef HAVE_ARGZ_H
  377.  
  378. /* Define if you have the <dirent.h> header file.  */
  379. #undef HAVE_DIRENT_H
  380.  
  381. /* Define if you have the <errno.h> header file.  */
  382. #undef HAVE_ERRNO_H
  383.  
  384. /* Define if you have the <fcntl.h> header file.  */
  385. #undef HAVE_FCNTL_H
  386.  
  387. /* Define if you have the <limits.h> header file.  */
  388. #undef HAVE_LIMITS_H
  389.  
  390. /* Define if you have the <locale.h> header file.  */
  391. #undef HAVE_LOCALE_H
  392.  
  393. /* Define if you have the <malloc.h> header file.  */
  394. #undef HAVE_MALLOC_H
  395.  
  396. /* Define if you have the <mntent.h> header file.  */
  397. #undef HAVE_MNTENT_H
  398.  
  399. /* Define if you have the <mnttab.h> header file.  */
  400. #undef HAVE_MNTTAB_H
  401.  
  402. /* Define if you have the <ndir.h> header file.  */
  403. #undef HAVE_NDIR_H
  404.  
  405. /* Define if you have the <nl_types.h> header file.  */
  406. #undef HAVE_NL_TYPES_H
  407.  
  408. /* Define if you have the <string.h> header file.  */
  409. #undef HAVE_STRING_H
  410.  
  411. /* Define if you have the <sys/dir.h> header file.  */
  412. #undef HAVE_SYS_DIR_H
  413.  
  414. /* Define if you have the <sys/filsys.h> header file.  */
  415. #undef HAVE_SYS_FILSYS_H
  416.  
  417. /* Define if you have the <sys/fs/s5param.h> header file.  */
  418. #undef HAVE_SYS_FS_S5PARAM_H
  419.  
  420. /* Define if you have the <sys/fs_types.h> header file.  */
  421. #undef HAVE_SYS_FS_TYPES_H
  422.  
  423. /* Define if you have the <sys/fstyp.h> header file.  */
  424. #undef HAVE_SYS_FSTYP_H
  425.  
  426. /* Define if you have the <sys/ioctl.h> header file.  */
  427. #undef HAVE_SYS_IOCTL_H
  428.  
  429. /* Define if you have the <sys/mount.h> header file.  */
  430. #undef HAVE_SYS_MOUNT_H
  431.  
  432. /* Define if you have the <sys/ndir.h> header file.  */
  433. #undef HAVE_SYS_NDIR_H
  434.  
  435. /* Define if you have the <sys/param.h> header file.  */
  436. #undef HAVE_SYS_PARAM_H
  437.  
  438. /* Define if you have the <sys/statfs.h> header file.  */
  439. #undef HAVE_SYS_STATFS_H
  440.  
  441. /* Define if you have the <sys/statvfs.h> header file.  */
  442. #undef HAVE_SYS_STATVFS_H
  443.  
  444. /* Define if you have the <sys/time.h> header file.  */
  445. #undef HAVE_SYS_TIME_H
  446.  
  447. /* Define if you have the <sys/timeb.h> header file.  */
  448. #undef HAVE_SYS_TIMEB_H
  449.  
  450. /* Define if you have the <sys/vfs.h> header file.  */
  451. #undef HAVE_SYS_VFS_H
  452.  
  453. /* Define if you have the <sys/wait.h> header file.  */
  454. #undef HAVE_SYS_WAIT_H
  455.  
  456. /* Define if you have the <unistd.h> header file.  */
  457. #undef HAVE_UNISTD_H
  458.  
  459. /* Define if you have the <utime.h> header file.  */
  460. #undef HAVE_UTIME_H
  461.  
  462. /* Define if you have the <values.h> header file.  */
  463. #undef HAVE_VALUES_H
  464.  
  465. /* Define if you have the i library (-li).  */
  466. #undef HAVE_LIBI
  467.  
  468. /* Define if you have the ldgc library (-lldgc).  */
  469. #undef HAVE_LIBLDGC
  470.  
  471. /* Define if you have the ypsec library (-lypsec).  */
  472. #undef HAVE_LIBYPSEC
  473.